IAsyncOperationWithProgress<TResult,TProgress> Interface
Represents an asynchronous operation that includes progress updates.
public interface IAsyncOperationWithProgress<,> : IAsyncInfo
'Declaration
Public Interface IAsyncOperationWithProgress
(Of ,)
Inherits IAsyncInfo
- TResult
- The result of the action.
- TProgress
- The type of the progress data.